home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 July / Disc 1 / PCU0702CD1.iso / software / apps / files / animfx.exe / #setuppath# / Anim-FX.exe / scripts / DefineButton2_68 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2002-05-17  |  118 b   |  6 lines

  1. on(press){
  2.    movie = "fence";
  3.    _root.label600 = "Fence";
  4.    loadMovie("fence.swf","_root.effectholder600");
  5. }
  6.